home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR04 / PINOCL11.ZIP / INSTALL.BAT next >
DOS Batch File  |  1993-02-22  |  1KB  |  45 lines

  1. :start
  2. echo off
  3. cls
  4. if A==%1A goto nopath
  5. :pathgiven
  6. echo  PINOCLE GAMES will be installed to  %1                                         
  7.  
  8.   
  9. echo  Press  Ctrl + C  (instead of any key) and then answer  Y 
  10. echo    to 'Terminate batch job?' if you wish to abort.                              
  11.  
  12.  
  13. pause
  14. pinocl11 %1
  15. echo.
  16. echo    Now change to the %1 directory and run   pinread   for
  17. echo      information, or run   pinocle   to play the game!                          
  18.  
  19.   
  20. goto end
  21.   
  22. :nopath
  23. echo  This file will install PINOCLE GAMES in the directory you choose.
  24. echo    You choose the directory by typing its name after 'install'.                 
  25.  
  26.   
  27. echo    For example, to install PINOCLE GAMES on the C drive in a
  28. echo        directory called 'CARDS' , enter the following:
  29. echo               install c:\cards\
  30. echo    To install to a floppy (even the same floppy), enter the
  31. echo        'install' command followed by the drive letter:
  32. echo               install a:    or    install b:                                    
  33.  
  34.               
  35. echo    Installing PINOCLE GAMES produces 6 more files that occupy
  36. echo                 about 165K of storage space.                                    
  37.  
  38.   
  39. echo  After installing PINOCLE GAMES, change to its directory and run
  40. echo   pinread   for information.  Run   pinocle   to start the game.                
  41.  
  42.    
  43. :end
  44. pause
  45.